Web API にアクセスできPOST
ます。invoice EntityType
を作成した後、invoice
を取得し、guid
請求書の明細項目を作成したいと考えていますinvoicedetail EntityType
。
私はPOST
新しいことができませんinvoicedetail
。さまざまなプロパティを使用して試行するたびに、またはのいずれかを受け取りError 500 - An unexpected error occurred.
ますError 500 - The parent id is missing.
私がしようとしているJSON文字列の例POST
。(invoicedetailid
はGUID
私が作成した以前の請求書の です)
{
"productdescription": "Test Line Item",
"invoicedetailid": "00000000-0000-0000-0000-0000000000000",
"priceperunit": 10,
"tax": 0,
"quantity": 1,
"baseamount": 10
}
ドキュメンテーションはあいまいで、知りたいのですが、最低限必要なフィールドは何invoicedetail
ですか?POST
また、新しい.invoice EntityType