Required permission: | CustomerUDGroup-Setup.GET |
GET | /CustomerUDGroups |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CustomerUDGroups | form | List<AcCusUDGroup> | No | |
ResponseStatus | form | ResponseStatus | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AcCusUDGroupID | form | string | Yes | Customer User Define Group ID |
AcCusUDGroupDesc | form | string | Yes | Description |
CreateBy | form | string | No | |
CreateDate | form | DateTime | No | |
EditBy | form | string | No | |
EditDate | form | DateTime | No | |
Stamp | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /CustomerUDGroups HTTP/1.1 Host: snr2u.com Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { CustomerUDGroups: [ { AcCusUDGroupID: String, AcCusUDGroupDesc: String, CreateBy: String, CreateDate: 0001-01-01, EditBy: String, EditDate: 0001-01-01, Stamp: 0 } ], ResponseStatus: { ErrorCode: String, Message: String, StackTrace: String, Errors: [ { ErrorCode: String, FieldName: String, Message: String, Meta: { String: String } } ], Meta: { String: String } } }