Manage the types of attached stores.
Name | Type | Is Mandatory |
---|---|---|
AttachedStoreTypeId | Int16 | |
Label | String | |
DeletionFlag | Boolean | |
AttachedStores | Collection of AttachedStore |
Select all AttachedStoreTypes
https://customerapi.fts-crm360.com/data/AttachedStoreTypes()
HttpMethod : GET
Json Result :
[
{
"AttachedStoreTypeId" : "1",
"Label" : "L3VbbVc00DI L3",
"DeletionFlag" : "False"
},
{
"AttachedStoreTypeId" : "1",
"Label" : "IP8pTcyzkhcNDkm8",
"DeletionFlag" : "False"
},
...
]
Select AttachedStoreType by Id
https://customerapi.fts-crm360.com/data/AttachedStoreTypes(1)
HttpMethod : GET
Json Result :
{
"AttachedStoreTypeId" : "3",
"Label" : "q5K aL",
"DeletionFlag" : "True"
}