POST api/IndentDetailImagev

Request Information

URI Parameters

None.

Body Parameters

IndentDetailImagev
NameDescriptionTypeAdditional information
IndentDetailImagevId

integer

None.

IndentDetailvId

integer

None.

IndentvId

integer

None.

ImageId

integer

None.

ImageName

string

None.

ImageDescription

string

None.

IndentDetail

IndentDetailv

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IndentDetailImagevId": 1,
  "IndentDetailvId": 2,
  "IndentvId": 3,
  "ImageId": 4,
  "ImageName": "sample string 5",
  "ImageDescription": "sample string 6",
  "IndentDetail": {
    "IndentDetailvId": 1,
    "IndentvId": 2,
    "ItemId": 3,
    "UomId": 4,
    "IndentQty": 5.1,
    "AvailableQty": 6.1,
    "ItemDescription": "sample string 7",
    "ItemDueDate": "2025-12-08T01:55:12.7363464+05:30",
    "EntityTypeAttributeId": 8,
    "ItemStatusId": 9,
    "EntityTypeAttributeName": "sample string 10",
    "ItemCode": "sample string 11",
    "ItemName": "sample string 12",
    "UomName": "sample string 13",
    "CreatedDate": "2025-12-08T01:55:12.7363464+05:30",
    "CreatedBy": "sample string 15"
  },
  "CreatedDate": "2025-12-08T01:55:12.7363464+05:30",
  "CreatedBy": "sample string 8"
}

application/xml, text/xml

Sample:
<IndentDetailImagev xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 8</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:55:12.7363464+05:30</CreatedDate>
  <ImageDescription>sample string 6</ImageDescription>
  <ImageId>4</ImageId>
  <ImageName>sample string 5</ImageName>
  <IndentDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
    <d2p1:CreatedBy>sample string 15</d2p1:CreatedBy>
    <d2p1:CreatedDate>2025-12-08T01:55:12.7363464+05:30</d2p1:CreatedDate>
    <d2p1:AvailableQty>6.1</d2p1:AvailableQty>
    <d2p1:EntityTypeAttributeId>8</d2p1:EntityTypeAttributeId>
    <d2p1:EntityTypeAttributeName>sample string 10</d2p1:EntityTypeAttributeName>
    <d2p1:IndentDetailvId>1</d2p1:IndentDetailvId>
    <d2p1:IndentQty>5.1</d2p1:IndentQty>
    <d2p1:IndentvId>2</d2p1:IndentvId>
    <d2p1:ItemCode>sample string 11</d2p1:ItemCode>
    <d2p1:ItemDescription>sample string 7</d2p1:ItemDescription>
    <d2p1:ItemDueDate>2025-12-08T01:55:12.7363464+05:30</d2p1:ItemDueDate>
    <d2p1:ItemId>3</d2p1:ItemId>
    <d2p1:ItemName>sample string 12</d2p1:ItemName>
    <d2p1:ItemStatusId>9</d2p1:ItemStatusId>
    <d2p1:UomId>4</d2p1:UomId>
    <d2p1:UomName>sample string 13</d2p1:UomName>
  </IndentDetail>
  <IndentDetailImagevId>1</IndentDetailImagevId>
  <IndentDetailvId>2</IndentDetailvId>
  <IndentvId>3</IndentvId>
</IndentDetailImagev>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.