POST api/{orgKey}/serviceitems/servicerepair/get
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
Body Parameters
ServiceCode| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceCodeKey | integer |
None. |
|
| OrgKey | integer |
None. |
|
| ServiceCode1 | string |
None. |
|
| ServiceCodeName | string |
None. |
|
| ServiceCodeDescription | string |
None. |
|
| ServiceCodeCreateDate | date |
None. |
|
| ServiceCodeCreatedBy | integer |
None. |
|
| StatusKey | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"serviceCodeKey": 1,
"orgKey": 2,
"serviceCode1": "sample string 3",
"serviceCodeName": "sample string 4",
"serviceCodeDescription": "sample string 5",
"serviceCodeCreateDate": "2026-01-30T01:08:16.8494777+00:00",
"serviceCodeCreatedBy": 1,
"statusKey": 64
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusMessage | string |
None. |
|
| TotalCount | integer |
None. |
|
| ModelObject | Object |
None. |
|
| CurrentDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"totalCount": 3,
"modelObject": {},
"currentDateTime": "2026-01-30T01:08:16.8494777+00:00"
}