Rest API standardReceipts: You must assign a document sequence. (FND-6790)
Summary:
Error 404 bad request when trying to create a receipt.
Content (required):
Hi everyone,
I am using the rest api /fscmRestApi/resources/11.13.18.05/standardReceipts.
The request I am sending is the following:
{ "ReceiptNumber":"SKR_Receipt_1009", "ReceiptMethod":"Manual", "BusinessUnit":"Vision Operations", "CustomerAccountNumber":"1004", "CustomerSite":"Tulsa (OPS)", "Amount":451.2343, "Currency":"USD", "RemittanceBankAccountNumber":"10271-17621-619" }
When executing the Rest Api I get the error 400 Bad Request, the error message says the following:
"You must assign a document sequence. (FND-6790)"
Any suggestions on this error?
Regards.
Cesar.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0