/seller/invoices

This API adds a set of invoice numbers for a seller. Can update series for a single seller at a time.

👍

Note

Invoice code which has already been added to the seller should not be used.

Request

ParameterNameDataTypeParameterTypeRequirementDescription
invoiceCodesSetBodyMandatorySet of Invoice codes

Response

metadata :

FieldNameDataTypeDescription
requestIdStringUnique ID for the request
clientIdStringPartner Id
responseTimeLongResponse Time
requestedURIStringRequested URI
messageStringError message

payload :

FieldNameDataTypeDescription
invoiceSeriesUploadResponseMap<String, UpdateResponse>Map of Order code and UpdateResponse

UpdateResponse

FieldNameDataTypeDescription
operationSuccessfulbooleanDescribes whether operation Successful or not
errorMessageStringError message will be given if operationSuccessful is false otherwise it will be null.
Language
Authorization