Source entities
Select all Sources
https://customerapi.fts-crm360.com/data/Sources()
HttpMethod : GET
Json Result :
[
{
"SourceId" : "8",
"Label" : "9xUU Nhfb 9ZGKGi6mU",
"DeletionFlag" : "True",
"SourceParameter" : "zkY lfEX3z vwGG GP",
"SourceTypeId" : "7"
},
{
"SourceId" : "4",
"Label" : "V6OLlnYvIQ",
"DeletionFlag" : "True",
"SourceParameter" : "DJM7e",
"SourceTypeId" : "4"
},
...
]
Select Source by Id
https://customerapi.fts-crm360.com/data/Sources(8)
HttpMethod : GET
Json Result :
{
"SourceId" : "7",
"Label" : "HiLJoVD H W",
"DeletionFlag" : "False",
"SourceParameter" : "jdoIn 2smu",
"SourceTypeId" : "5"
}
Create a Source
https://customerapi.fts-crm360.com/data/Sources()
HttpMethod : POST
Json Post :
{
"Label" : "vs85d",
"DeletionFlag" : "False",
"SourceParameter" : "79NxuEiQjXmU5Gmer",
"SourceTypeId" : "5"
}
Informations :
- Non mandatory fields are optional for Json Post
Update a Source
https://customerapi.fts-crm360.com/data/Sources(8)
HttpMethod : PUT
Json Post :
{
"SourceId" : "8",
"Label" : "Z1vg oF3oFFpMesZV",
"DeletionFlag" : "True",
"SourceParameter" : "CEuSU o7HMRWpwcFO",
"SourceTypeId" : "7"
}
Informations :
- Non mandatory fields are optional for Json Post
Patch a Source
https://customerapi.fts-crm360.com/data/Sources(8)
HttpMethod : PATCH
Json Post :
{
"SourceTypeId" : "9",
"SourceParameter" : "pncQ8"
}
Informations :
- Non mandatory fields are optional for Json Post
Delete a Source
https://customerapi.fts-crm360.com/data/Sources(8)
HttpMethod : DELETE
Translate a Source label
https://customerapi.fts-crm360.com/data/Sources(8)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3