update

API related to modification of order information

/Hold : Hold to Order

Hold order

post

Pending order information

Body
ModestringOptional

Mode hold : Set as hold status (default) restore : Restore from hold status

RegNoListstring[]Required

Registration number list (Max 100)

TypestringOptional

Order number form regno: Registration number (defult) ordno: Order number devno: Delivery number

IsUnpackagebooleanOptional

Show packaged product list

ApiKeystringRequired

APIKey Test KEY:7abd72462c794016849abe4be

Responses
chevron-right
200

sucess

Action 실행결과 상세를 서비스에서 컨트롤러로 리턴할때 사용 결과정보 : 총갯수, 성공수, 실패수, 성공데이터목록, 실패데이터목록

TotalCountinteger · int32Optional
SuccessCountinteger · int32Optional
FailCountinteger · int32Optional
Datastring[]Optional
MessagestringOptional
Codeinteger · int32Optional
post
/api/v1/invoice/update/hold

/ExpDeclInfo : Export declaration information registration

Export declaration information registration

post

The customer updates the export declaration information for the orders they directly filed with the customs authorities into the invoice table

Body
ApiKeystringRequired

APIKey Test KEY:7abd72462c794016849abe4be

Responses
chevron-right
200

sucess

Action 실행결과 상세를 서비스에서 컨트롤러로 리턴할때 사용 결과정보 : 총갯수, 성공수, 실패수, 성공데이터목록, 실패데이터목록

TotalCountinteger · int32Optional
SuccessCountinteger · int32Optional
FailCountinteger · int32Optional
Datastring[]Optional
MessagestringOptional
Codeinteger · int32Optional
post
/api/v1/invoice/update/exp-decl-info

Last updated