CRM360° CustomerApi Documentation

Customer - Source

Source entities

Required HTTP Headers

  • X-Crm360Api-Token
  • X-Crm360Api-CustomerName
  • X-Crm360Api-DatabaseAlias

Functions

Entity Properties

Name Type Is Mandatory
SourceId Int16
Label String
DeletionFlag Boolean
SourceParameter String
SourceTypeId Int16
SourceTranslations Collection of SourceTranslation
ContactIdentifiers Collection of ContactIdentifier
Vouchers Collection of Voucher
Cases Collection of Case
ContactLinks Collection of ContactLink
LoyaltyCards Collection of LoyaltyCard
LoyaltyCardActions Collection of LoyaltyCardAction
LoyaltyPoints Collection of LoyaltyPoint
PurchaseDetails Collection of PurchaseDetail
PurchaseGoods Collection of PurchaseGood
PurchaseHeaders Collection of PurchaseHeader
Segments Collection of Segment
Segmentations Collection of Segmentation
SegmentTypes Collection of SegmentType
Stores Collection of Store
VoucherCategories Collection of VoucherCategory
CaseCategories Collection of CaseCategory
ContactInterests Collection of ContactInterest
ContactInterestCategories Collection of ContactInterestCategory
PurchaseGoodCategories Collection of PurchaseGoodCategory
SourceType SourceType

Examples

Select all Sources

https://customerapi.fts-crm360.com/data/Sources()
HttpMethod : GET
Json Result :
[ { "SourceId" : "1", "Label" : "mLqpespr2Pcw7nm", "DeletionFlag" : "True", "SourceParameter" : "33pUJW28IhwiD", "SourceTypeId" : "9" }, { "SourceId" : "3", "Label" : "8 Vy OeMTNsUU1E06T5", "DeletionFlag" : "True", "SourceParameter" : "Zb zsWK4HyU", "SourceTypeId" : "2" }, ... ]

Select Source by Id

https://customerapi.fts-crm360.com/data/Sources(1)
HttpMethod : GET
Json Result :
{ "SourceId" : "7", "Label" : "MQzioYb 6phnSb5nv P", "DeletionFlag" : "False", "SourceParameter" : "9f S3USL XGi2", "SourceTypeId" : "8" }

Create a Source

https://customerapi.fts-crm360.com/data/Sources()
HttpMethod : POST
Json Post :
{
"Label" : "GvQn8ZfKQDCt",
"DeletionFlag" : "True",
"SourceParameter" : "T8M O",
"SourceTypeId" : "7"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Update a Source

https://customerapi.fts-crm360.com/data/Sources(1)
HttpMethod : PUT
Json Post :
{
"SourceId" : "8",
"Label" : "wDJzgS E",
"DeletionFlag" : "True",
"SourceParameter" : "Vg vnmJcVtO l",
"SourceTypeId" : "3"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Patch a Source

https://customerapi.fts-crm360.com/data/Sources(1)
HttpMethod : PATCH
Json Post :
{
"SourceParameter" : "YDJWcozReeizk 2",
"DeletionFlag" : "True"
}
            
Informations :
- Non mandatory fields are optional for Json Post

Delete a Source

https://customerapi.fts-crm360.com/data/Sources(1)
HttpMethod : DELETE

Translate a Source label

https://customerapi.fts-crm360.com/data/Sources(1)/Label
HttpMethod : GET
Required Fields :
Http Header for language : X-Crm360Api-Language-3