| 
 Siebel Order Management Infrastructure Guide > Other Component Business Services for C/OM > ISS ATP Service > 
CSSISSFulfillmentService::ATPRunCheck Method
 
This method provides a business service wrapper function for ATP ASIs. Arguments
     | 
     | 
 
    Id  | 
    [in] The header ID for the quote or order.  | 
 
    Line Item Id  | 
    [in] If "inquire at line level" is called, this contains the line ID. If "inquire all" is called, then this is empty.  | 
 
    Inbound Integration Object  | 
    [in] The inbound internal integration object must be quote-specific or order-specific. This is used for database write.  | 
 
    Outbound Integration Object  | 
    [in] The outbound internal integration object must be quote-specific or order-specific. This is used for database query.  | 
 
    ATPAction  | 
    [in] The action to be specified at the line level: such as Inquire, Reserve, and so on.  | 
 
 
 
 Example Arguments
["ATP Action"] = "Inquire"; ["Outbound Integration Object"] = "ATP Check Interface Request - Orders"; ["Inbound Integration Object"] = "ATP Check Interface Response - Orders"; ["Id"] = "99-2AICU"; ["Line Item Id"] = "42-4ZBY1"; ["Outbound Integration Object1"] = "ATP Check Interface Request - Orders"; ["Inbound Integration Object1"] = "ATP Check Interface Response - Orders";  
 |