GET api/v1/{posId}/crmfields
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CRMField| Name | Description | Type | Additional information |
|---|---|---|---|
| Active | boolean |
None. |
|
| Id | integer |
None. |
|
| Input | string |
None. |
|
| Label | string |
None. |
|
| Module | integer |
None. |
|
| Section | integer |
None. |
|
| Sort | byte |
None. |
|
| StoreID | string |
None. |
|
| Type | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Active": true,
"Id": 2,
"Input": "sample string 3",
"Label": "sample string 4",
"Module": 1,
"Section": 1,
"Sort": 64,
"StoreID": "sample string 5",
"Type": 1
},
{
"Active": true,
"Id": 2,
"Input": "sample string 3",
"Label": "sample string 4",
"Module": 1,
"Section": 1,
"Sort": 64,
"StoreID": "sample string 5",
"Type": 1
}
]
text/html
Sample:
[{"Active":true,"Id":2,"Input":"sample string 3","Label":"sample string 4","Module":1,"Section":1,"Sort":64,"StoreID":"sample string 5","Type":1},{"Active":true,"Id":2,"Input":"sample string 3","Label":"sample string 4","Module":1,"Section":1,"Sort":64,"StoreID":"sample string 5","Type":1}]
application/xml, text/xml
Sample:
<Root>
<Data>
<Active>true</Active>
<Id>2</Id>
<Input>sample string 3</Input>
<Label>sample string 4</Label>
<Module>1</Module>
<Section>1</Section>
<Sort>64</Sort>
<StoreID>sample string 5</StoreID>
<Type>1</Type>
</Data>
<Data>
<Active>true</Active>
<Id>2</Id>
<Input>sample string 3</Input>
<Label>sample string 4</Label>
<Module>1</Module>
<Section>1</Section>
<Sort>64</Sort>
<StoreID>sample string 5</StoreID>
<Type>1</Type>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.