PUT api/edi/logger/{id}

Set/Update Logger Properties (Authentication required)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Logger SerialNumber

string

Required

Body Parameters

SetLoggerRequest properties (json HTTP body)

SetLoggerRequest
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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" }