Update an invoice form
patch
/fscmRestApi/resources/11.13.18.05/publicSectorInvoiceForms/{publicSectorInvoiceFormsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorInvoiceFormsUniqID: integer
This is the hash key of the attributes which make up the composite key--- InvoiceFormId and AgencyId ---for the Invoice Forms resource and used to uniquely identify an instance of Invoice Forms. The client should not generate the hash key value. Instead, the client should query on the Invoice Forms collection resource with a filter on the primary key values in order to navigate to a specific instance of Invoice Forms.
For example: publicSectorInvoiceForms?q=InvoiceFormId=<value1>;AgencyId=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorInvoiceForms-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
The unique identifer of the agency receiving an incoming customer payment. This is usually the name of a city or county.
-
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the agency. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time that the agency was created. -
Description(optional):
string
Maximum Length:
100The description of the invoice form. -
InvoiceFormId(optional):
string
Maximum Length:
20The unique identifier of the invoice format assigned to a bill type. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe last date and time that the agency was updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the agency. -
links(optional):
array Items
Title:
ItemsLink Relations
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorInvoiceForms-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
The unique identifer of the agency receiving an incoming customer payment. This is usually the name of a city or county.
-
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the agency. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time that the agency was created. -
Description(optional):
string
Maximum Length:
100The description of the invoice form. -
InvoiceFormId(optional):
string
Maximum Length:
20The unique identifier of the invoice format assigned to a bill type. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe last date and time that the agency was updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the agency. -
links(optional):
array Items
Title:
ItemsLink Relations
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.