AOTG API: Create AR Invoice: Difference between revisions

Content added Content deleted
No edit summary
Line 233: Line 233:
}}
}}


====Response====
====Response Status====
{{AOTGResponseStatus|def14c1a-cdb5-4aa4-834d-0b9c1faa1532}}
200 OK
=====Completed status=====
*'''Completed''' status Indicates that the Create AR Invoice request has been performed and succeeded.
<syntaxhighlight lang="json-object">
{
"RequestId": "def14c1a-cdb5-4aa4-834d-0b9c1faa1532",
"Status": "Completed"
}
</syntaxhighlight>
=====Failed status=====
*'''Failed''' status Indicates that the Create AR Invoice request has been performed but has error.
<syntaxhighlight lang="json-object">
{
"RequestId": "def14c1a-cdb5-4aa4-834d-0b9c1faa1532",
"Status": "Failed"
}
</syntaxhighlight>


<br/>
<br/>