cancel
Showing results for 
Search instead for 
Did you mean: 

Estruturas de JSON em chamadas POST em service Layer

0 Kudos

Como faço para descobrir a estrutura do JSON para chamadas POST ?

Estou seguindo o exemplo abaixo, mas me retorna o erro:

"error" : { "code" : -5002, "message" : { "lang" : "en-us", "value" : "Specify an active branch [OINC.BPLId]" } }

Example

POST https://localhost:50000/b1s/v1/InventoryCountings
<br>{
    "InventoryCountingLines": [
        {
            "ItemCode": "I003",
            "WarehouseCode": "01"
        }
    ]
}
former_member763929
Participant
0 Kudos

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend you to read this overview Community Q&A, and to take our Q&A tutorial . With these tips you'll be able to prepare questions that draw responses from our members.

The more details you provide, the more likely it is that members will be able to answer your question.

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your Profile you encourage readers to respond.

Could you please translate your comment into the one language supported by SAP Community?

Accepted Solutions (0)

Answers (0)