PUT api/edi/loggerForEdiService/{id}
Set/Update Logger Properties
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Logger SerialNumber |
string |
Required |
Body Parameters
SetLoggerRequest properties (json HTTP body)
SetLoggerRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PoAction | PoActionCode |
None. |
|
| PO | string |
None. |
|
| SiteId | integer |
None. |
|
| CustomerProgramId | integer |
None. |
|
| UserName | string |
None. |
|
| IsFromLocusService | boolean |
None. |
Request Validation Notes
None.
Request Formats
application/json
Sample:
Sample not available.
Response Information
Resource Description
ErrorResponse json
ErrorResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode |
Error code |
integer | |
| ErrorDescription |
Error details for the developer (English) |
string | |
| LocalizedErrorMessage |
Error description for the user (Returned in the language specified by the Accept-Language HTTP header) |
string |
Response Formats
application/json
Sample:
{
"ErrorCode": 1,
"ErrorDescription": "sample string 2",
"LocalizedErrorMessage": "sample string 3"
}